From d3a750275777a400bc39462d643bc000340a30f4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 4 Aug 2008 03:00:53 +0000 Subject: [PATCH] Change test case added in r38400 We shouldn't append a wiki link fragment onto a redlink; the edit UI is different from a page view, so appending a page-content fragment will at best do nothing and a worst conflict with the UI and scroll us down unexpectedly. --- maintenance/parserTests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 51df7e379f..0c36f575ed 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1327,7 +1327,7 @@ Broken link with fragment !! input [[Zigzagzogzagzig#zug]] !! result -

Zigzagzogzagzig#zug +

Zigzagzogzagzig#zug

!! end -- 2.20.1